Compare(string1, string2)Performs a case-sensitive comparison of two strings. Returns a negative number if string1 is less than string2; 0 if string1 is equal to string2; or a positive number if string1 is greater than string2.
See also CompareNoCase and Find.
Strings to be compared.